runtime.heapStatsAggregate.inObjects (field)

4 uses

	runtime (current package)
		metrics.go#L372: 				out.scalar = in.heapStats.inObjects
		metrics.go#L393: 				out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
		metrics.go#L656: 	inObjects uint64
		metrics.go#L695: 	a.inObjects = a.totalAllocated - a.totalFreed